/* ===================================
Section1: Theme START
========================================*/

.section-combine {
  background: white;
}

.theme {
  padding-top: 170px;
  padding-bottom: 30px;
}

.theme .container {
  display: flex;
  justify-content: center;
}

.blackText {
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-title h1 {
  width: 100%;
  background: var(--gra2, linear-gradient(90deg, #775628 0%, #C07F00 99%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-title-1 {
  width: 100%;
  background: var(--gra2, linear-gradient(90deg, #775628 0%, #C07F00 99%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: calc(100% + 4px);
}

.theme-sub-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.theme-2 {
  border: none;
  margin-right: 0px;
  background: var(--gra2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-2:hover,
.theme-2:active,
.theme-2:focus {
  outline: none;
}

.theme img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.data-img {
  width: 100%;
}

@media (max-width: 1200px) {
  .theme-title-1 h2 {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .theme {
    padding-top: 120px;
  }

  .theme-sub-title {
    margin-top: 15px;
  }
}

/* ===================================
Section1: Theme END
======================================*/

/* Section2: Success*/
.success {
  margin-top: 10%;
}

.sc-title {
  font-size: calc(100% - 2px);
  font-style: italic;
  text-align: center;
  color: #775628;
  margin-top: 30px;
  margin-bottom: 30px;
}

.value-1 {
  background: var(--gra7, linear-gradient(90deg, #7B5926 0%, #404040 99%));
  border: 5px solid #FFFFFF;
  border-radius: 100px;
  padding: 40px 35px 40px 35px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.value-2 {
  background: var(--gra2, linear-gradient(90deg, #775628 0%, #C07F00 99%));
  border: 5px solid #FFFFFF;
  border-radius: 100px;
  padding: 40px 25px 40px 25px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.value-3 {
  background: var(--gra1, linear-gradient(90deg, #C07F00 1%, #FFD95A 100%));
  border: 5px solid #FFFFFF;
  border-radius: 100px;
  padding: 40px 45px 40px 45px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.num {
  font-weight: 800;
  font-size: 38px;
  line-height: 59px;
}

.measure {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.dashboard {
  margin-top: 7%;
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .value-1 {
    font-size: 14px;
    padding: 35px 30px 35px 30px;
  }

  .value-2 {
    font-size: 14px;
    padding: 35px 25px 35px 25px;
  }

  .value-3 {
    font-size: 14px;
    padding: 35px 40px 35px 40px;
  }

  .num {
    font-size: 32px;
  }

  .measure {
    font-size: 14px;
  }
}

/* ======================================
Section3: insight START
=========================================*/
.insight {
  margin-top: 10%;
}

.insight .container {
  display: flex;
  justify-content: center;
}

.insight-sub-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.insight-1 {
  border: none;
  padding: 8px 30px 8px 30px;
  background: linear-gradient(90deg, #775628 0%, #C07F00 99%);
  border-radius: 40px;
  color: white !important;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.insight-1:hover,
.insight-1:focus,
.insight-1:active {
  border: solid 3px transparent !important;
  padding: 5px 27px 5px 27px;
  background-image: var(--gra2), var(--gra2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.95) inset;
  color: #775628 !important;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.insight-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.insight-title h2{
  background: var(--gra1, linear-gradient(90deg, #C07F00 1%, #FFD95A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .insight-title h2 {
    margin-top: 30px;
  }

  .insight-sub-title {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .insight-sub-title {
    margin-top: 15px;
  }
}
/* Section3: insight END*/


.badges-inline {
  display:flex; gap:12px; flex-wrap:wrap; margin:12px 0 8px; padding:0; list-style:none;
}
.badges-inline li {
  font-size:12px; line-height:1; padding:6px 10px; border-radius:999px;
  background:#fff6e1; /* nhẹ nhàng theo palette vàng/nâu của bạn */
  border:1px solid #f0d289;
}

.theme-bullets { margin:10px 0 0; padding-left:18px; }
.theme-bullets li { margin:4px 0; }

.btn-group-gap { margin-top:16px; }

.features-grid {
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px; margin:16px 0 6px;
}
.feature-item {
  background:#fff; border:1px solid #eee; border-radius:12px; padding:12px;
}
.feature-item strong { display:block; font-size:14px; }
.feature-item span { font-size:12px; color:#666; }

/* Mobile tweaks */
@media (max-width: 991px){
  .features-grid { grid-template-columns: 1fr 1fr; }
}

/* Section2: Reason START*/
.advantage {
  margin-top: 10%;
}

.advantage-cont {
  margin-top: 0px;
}

.advantage-text {
  text-align: justify;
}

.advantage-border {
  border-radius: 55px;
  margin-top: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  display:flex;
  justify-content: center;
}

.advantage-title h2{
  background: var(--gra7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-title {
  margin-right: 20px;
}

.card {
  display: inline-block;
  border-radius: 25px;
  padding: 15px;
  height: 380px;
  outline: none;
  border: solid 4px transparent;
  padding: 5px 27px 5px 27px;
  background-image: linear-gradient(90deg, rgba(119, 86, 40, 0.35) 0%, rgba(192, 127, 0, 0.35) 35%, rgba(255, 217, 90, 0.35) 71%, rgba(255, 247, 212, 0.35) 100%), linear-gradient(180deg, #775628 7.75%, #C07F00 53.1%, #FFD95A 99.75%, #FFF7D4 137.32%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 4px 1000px 1px #fff inset;
  outline: none;
}

img {
  width: auto;
  height: auto;
}

.card-title h3 {
  font-family: 'Inter';
  margin-top: 20px;
  font-size: calc(100% + 4px);
  color: #D49B1C;
}

.card-text {
  font-family: 'Inter';
  font-size: calc(100% - 2px);
}

@media (max-width: 1200px) {
  .card {
    padding: 10px;
  }

  .card-title h3 {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .card {
    margin-top: 20px;
    height: 250px;
  }

  .advantage-border {
    margin-top: 0;
  }

  .card-title h3 {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .card {
    margin-top: 20px;
    height: 300px;
  }

  .advantage-border {
    margin-top: 0;
  }

  .card-title h3 {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .card {
    margin-top: 20px;
    height: 250px;
  }
}
/*=============================================
 Section2: advantage END
 ============================================*/
